Example #1
0
        public MapNpcPreset()
        {
            this.rawNpc = new DataManager.Maps.MapNpcPreset();

            NpcNum         = 0;
            SpawnX         = -1;
            SpawnY         = -1;
            MinLevel       = -1;
            MaxLevel       = -1;
            AppearanceRate = 100;
        }
Example #2
0
        public MapNpcPreset()
        {
            this.rawNpc = new DataManager.Maps.MapNpcPreset();

            NpcNum = 0;
            SpawnX = -1;
            SpawnY = -1;
            MinLevel = -1;
            MaxLevel = -1;
            AppearanceRate = 100;
        }
Example #3
0
 public MapNpcPreset(DataManager.Maps.MapNpcPreset rawNpc)
 {
     this.rawNpc = rawNpc;
 }
Example #4
0
 public MapNpcPreset(DataManager.Maps.MapNpcPreset rawNpc)
 {
     this.rawNpc = rawNpc;
 }