Ejemplo n.º 1
0
 public override void OnStartAuthority()
 {
     if (!hasAuthority)
     {
         return;
     }
     AuthorityOnBuildingSpawned?.Invoke(this);
 }
Ejemplo n.º 2
0
 public override void OnStartAuthority()
 {
     AuthorityOnBuildingSpawned?.Invoke(this);
 }