public ShellController(ShellView shellPrefab)
 {
     shellView = GameObject.Instantiate(shellPrefab);
     shellView.SetController(this);
 }
Esempio n. 2
0
 public ShellPool(ShellView _shellPrefab)
 {
     shellPrefab = _shellPrefab;
 }