コード例 #1
0
ファイル: TileMap.cs プロジェクト: abenavente406/RPG
 public static bool IsHitTextGone(HitText ht)
 {
     return !ht.Alive;
 }
コード例 #2
0
 public static bool IsHitTextGone(HitText ht)
 {
     return(!ht.Alive);
 }