Пример #1
0
		public ScriptEntity(string w1, string w2, string w3, string w4, EScriptEnityType type, int offsetStart, int offsetEnd) {
			W1 = w1;
			W2 = w2;
			W3 = w3;
			W4 =w4;
			Type = type;
			OffsetStart = offsetStart;
			OffsetEnd = offsetEnd;
		}
Пример #2
0
 public ScriptEntity(string w1, string w2, string w3, string w4, EScriptEnityType type, int offsetStart, int offsetEnd)
 {
     W1          = w1;
     W2          = w2;
     W3          = w3;
     W4          = w4;
     Type        = type;
     OffsetStart = offsetStart;
     OffsetEnd   = offsetEnd;
 }