IEventData.cs 96 B

1234567
  1. namespace Fort23.Core
  2. {
  3. public interface IEventData
  4. {
  5. void Recycle();
  6. }
  7. }