コード例 #1
0
ファイル: VehicleType.cs プロジェクト: wilson212/BF2Editor
        public string SensingAgentPattern = null;     // Can be null

        public VehicleType()
        {
            MaterialCost = new MaterialCosts();
        }
コード例 #2
0
ファイル: VehicleType.cs プロジェクト: wilson212/BF2Editor
	    public string SensingAgentPattern = null; // Can be null

        public VehicleType()
        {
            MaterialCost = new MaterialCosts();
        }