コード例 #1
0
 public void LoadContent()
 {
     animationImage.LoadContent();
     animationImage.StartAnimation();
     if (explosionDelayed != null)
     {
         explosionDelayed.Start();
     }
 }
コード例 #2
0
 public virtual void LoadContent()
 {
     Image.LoadContent();
 }
コード例 #3
0
ファイル: Teleport.cs プロジェクト: cosmowake/SuperBomberman
 public void LoadContent()
 {
     Image.LoadContent();
 }