예제 #1
0
 private void HandleEvent(object sender, PositionGameEvent gameEvent)
 {
     _prefab.Spawn(gameEvent.position);
 }