Inheritance: MonoBehaviour
Exemplo n.º 1
0
 public OnChat(string soldierName, string text, PlayerScope targetPlayers)
     : base("player.onChat {0} {1} {2}", soldierName, text, targetPlayers.ToString())
 {
 }
Exemplo n.º 2
0
 public Limit(PlayerScope playerScope, TimeScope timeScope, byte value)
 {
     this.PlayerScope = playerScope;
     this.TimeScope = timeScope;
     this.Value = value;
 }
Exemplo n.º 3
0
 public Limit(PlayerScope playerScope, TimeScope timeScope, byte value)
 {
     this.PlayerScope = playerScope;
     this.TimeScope   = timeScope;
     this.Value       = value;
 }