ILateUpdate.cs 80 B

1234567
  1. namespace Model
  2. {
  3. public interface ILateUpdate
  4. {
  5. void LateUpdate();
  6. }
  7. }