コード例 #1
0
 public Functions(Gangwar plugin)
 {
     this.Gangwar        = plugin;
     Functions.singleton = this;
 }
コード例 #2
0
 public EventsHandler(Gangwar plugin) => this.plugin = plugin;
コード例 #3
0
 public override void OnEnable()
 {
     singleton = this;
     this.Info(this.Details.name + " v." + this.Details.version + " has been enabled.");
 }
コード例 #4
0
 public Commands(Gangwar plugin) => this.plugin = plugin;
コード例 #5
0
 public GangwarCommand(Gangwar plugin) => this.plugin = plugin;
コード例 #6
0
ファイル: Functions.cs プロジェクト: joker-119/SCPSLGamemodes
 public Functions(Gangwar plugin) => this.plugin = plugin;