IAbstractFile.cs 75 B

12345678
  1. using System;
  2. namespace Urho
  3. {
  4. public interface IAbstractFile
  5. {
  6. }
  7. }