コード例 #1
0
ファイル: PlayerBombs.cs プロジェクト: Bagoum/danmokou
 public static int DeathbombFrames(this PlayerBombType bt) =>
 bt switch
 {
コード例 #2
0
ファイル: PlayerBombs.cs プロジェクト: Bagoum/danmokou
 public static bool IsValid(this PlayerBombType bt) => bt != PlayerBombType.NONE;