Esempio n. 1
0
        ////////////////

        public static TrainDrawInGameEntityComponent CreateTrainDrawInGameEntityComponent()
        {
            var factory = new TrainDrawInGameEntityComponentFactory("OnARail", "Mounts/TrainMount_Back", 4);

            return(factory.Create());
        }
Esempio n. 2
0
        ////////////////

        public static TrainDrawOnMapEntityComponent CreateTrainDrawOnMapEntityComponent()
        {
            var factory = new TrainDrawInGameEntityComponentFactory("OnARail", "Entities/Train/TrainIcon", 1, 1f, false);

            return(factory.Create());
        }