コード例 #1
0
ファイル: MainGateway.cs プロジェクト: cmorley191/mjolnir
 public MainGatewayHeart(int interval, MainGateway gateway) : base(interval, gateway)
 {
     this.gateway = gateway;
 }
コード例 #2
0
 internal VoiceGateway(MainGateway mainGateway, Channel voiceChannel)
 {
     this.mainGateway  = mainGateway;
     this.voiceChannel = voiceChannel;
 }