예제 #1
0
 public IMonster SpawnMonster()
 {
     if (_prototype != null)
     {
         return(_prototype.DeepClone());
     }
     else
     {
         return(_spawn());
     }
 }