NPManager.cs 74 B

12345
  1. using System;
  2. public class NPManager : SingletonMono<NPManager>
  3. {
  4. }