コード例 #1
0
 public override void OnStartAuthority()
 {
     if (!hasAuthority)
     {
         return;
     }
     AuthorityOnBuildingSpawned?.Invoke(this);
 }
コード例 #2
0
ファイル: Building.cs プロジェクト: jjaslow/TankAttack
 public override void OnStartAuthority()
 {
     AuthorityOnBuildingSpawned?.Invoke(this);
 }