Exemplo n.º 1
0
        public IntroCutsceneStartProtocol(IntroCutscene cutscene, IntroMovieSet set) : base(cutscene, set)
        {
            this.ExteriorShipView  = set.ExteriorShipView;
            this.InteriorShipView  = set.InteriorShipView;
            this.ExteriorDeckWidth = set.ExteriorDeckWidth;
            this.ExteriorDeckX     = set.ExteriorDeckX;
            this.ExteriorDeckY     = set.ExteriorDeckY;

            this.ExteriorCrewNPCs = set.ExteriorCrewNPCs.ToArray();

            this.DungeonX = Main.dungeonX;
            this.DungeonY = Main.dungeonY;
        }
 public IntroCutsceneUpdateProtocol(IntroCutscene cutscene, IntroMovieSet set) : base(cutscene, set)
 {
     this.InteriorCrewNPC = set.InteriorCrewNPC;
     this.ShipPropNPC     = set.ShipPropNPC;
 }