ISerializeToEntity.cs 68 B

123456
  1. namespace ETHotfix
  2. {
  3. public interface ISerializeToEntity
  4. {
  5. }
  6. }