Beispiel #1
0
 public WowObject(Guid guid, ObjectType type, MovementInfo moves)
 {
     Guid = guid;
     Type = type;
     Movement = moves;
 }