Exemplo n.º 1
0
 private SceneTransferModel(string id, Assets.Scenes scene, Transform spawnPoint)
 {
     Scene      = scene;
     SpawnPoint = spawnPoint;
     Id         = id;
 }
Exemplo n.º 2
0
 public TeleportPlayerEvent(float x, Assets.Scenes scene)
 {
     X     = x;
     Scene = scene;
 }