ISerializeToEntity.cs 81 B

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