コード例 #1
0
ファイル: Channel.cs プロジェクト: pro-to-tip/PyraChat
 internal void OnUserPart(PartMessage message) => UserPart?.Invoke(message);