コード例 #1
0
        protected CargoShipManager()
        {
            m_instance = this;

            Console.WriteLine("Finished loading CargoShipManager");
        }
コード例 #2
0
        protected CargoShipManager()
        {
            m_instance = this;

            Console.WriteLine("Finished loading CargoShipManager");
        }
コード例 #3
0
        protected CargoShipManager( )
        {
            _instance = this;

            ApplicationLog.BaseLog.Info("Finished loading CargoShipManager");
        }
コード例 #4
0
		protected CargoShipManager( )
		{
			_instance = this;

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