Inheritance: IDisposable
コード例 #1
0
 public override void Initialize()
 {
     this.Instance = new JistAlias(this);
 }
コード例 #2
0
ファイル: JistAliasPlugin.cs プロジェクト: GNR092/SEconomy
		public override void Initialize()
		{
			this.Instance = new JistAlias(this);
		}