示例#1
0
 public static void EnsureExistence()
 {
     if (m_Instance == null)
     {
         m_Instance = new SpawnPersistence();
     }
 }
		public static void EnsureExistence()
		{
			if ( m_Instance == null )
				m_Instance = new SpawnPersistence();
		}
		public SpawnPersistence( Serial serial ) : base( serial )
		{
			m_Instance = this;
		}
示例#4
0
 public SpawnPersistence(Serial serial)
     : base(serial)
 {
     m_Instance = this;
 }