Core/MapEditor/Data/MapTrigger.cs
@@ -16,6 +16,7 @@ public Evt.E_EventType type; public E_TriggerType triggerType; public int prevID; public int nextID; public int id; public int[] evevntIDs; public Vector3 position; @@ -28,6 +29,7 @@ triggerType = (E_TriggerType)br.ReadByte(); type = (Evt.E_EventType)br.ReadByte(); prevID = br.ReadInt32(); nextID = br.ReadInt32(); float _pX = br.ReadSingle(); float _pY = br.ReadSingle(); float _pZ = br.ReadSingle();