public SetGState(WorldEntity Entity, GStateValue GState) : base(0x3d) { SetCapacity(5); writer.Write(Entity.WorldId); writer.Write((byte)GState); }