protected CargoShipManager()
        {
            m_instance = this;

            Console.WriteLine("Finished loading CargoShipManager");
        }
        protected CargoShipManager()
        {
            m_instance = this;

            Console.WriteLine("Finished loading CargoShipManager");
        }
Exemplo n.º 3
0
        protected CargoShipManager( )
        {
            _instance = this;

            ApplicationLog.BaseLog.Info("Finished loading CargoShipManager");
        }
Exemplo n.º 4
0
		protected CargoShipManager( )
		{
			_instance = this;

			ApplicationLog.BaseLog.Info( "Finished loading CargoShipManager" );
		}