コード例 #1
0
ファイル: LayeredTileMap.cs プロジェクト: Freestyle00/Pong
 public void AnimateSelf()
 {
     if (Animation != null)
     {
         Animation.Activity(this);
     }
 }