コード例 #1
0
ファイル: InputModule.cs プロジェクト: EchoExplorer/EchoGame
 //so when you new() it's automatically registered
 public eventHandler(InputModule Iinstance)
 {
     Iinstance.RegisterEventHandler(this);
 }