IMsgData.cs 83 B

123456
  1. namespace XGame.Framework.Network
  2. {
  3. public interface IMsgData
  4. {
  5. }
  6. }