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