Public Interface IGameObject Sub Calc(ByVal objectList As List(Of IGameObject))'演算 Sub Draw(ByVal screenGraphics As Graphics)'描画 Property Location() As Rectangle'位置 Property Live() As Boolean'次のフレームまでに破棄される場合はFalse End Interface