コード例 #1
0
ファイル: AIBase.cs プロジェクト: LeafMountain/Kroken
 protected void SpawnFloaters(int amount)
 {
     AISpawner.SpawnFloaters(this, amount);
 }