Cronous Emulation Server Daemon

ItemPrototype._shifter Field

Shifter.

[Visual Basic]
Public _shifter As ItemShifter()
[C#]
public ItemShifter[] _shifter;
[C++]
public: ItemShifter* _shifter __gc[];
[JScript]
public var _shifter: ItemShifter[];

See Also

ItemPrototype Class | croemud.item Namespace