コード例 #1
0
ファイル: ConfigServiceBase.cs プロジェクト: Nielk1/NadekoBot
 private void PublishChange()
 {
     _pubSub.Pub(_changeKey, _data);
 }