mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-27 21:06:08 +02:00
Removed unused var in ItemRefParam. Fixed up the tracked vars in PassiveGL
This commit is contained in:
parent
29381431e7
commit
eca510c489
2 changed files with 15 additions and 11 deletions
|
@ -37,14 +37,12 @@ namespace Meteor.Map
|
|||
public class ItemRefParam
|
||||
{
|
||||
public uint actorId;
|
||||
public byte unknown;
|
||||
public ushort slot;
|
||||
public byte itemPackage;
|
||||
|
||||
public ItemRefParam(uint actorId, ushort slot, byte itemPackage)
|
||||
{
|
||||
this.actorId = actorId;
|
||||
this.unknown = unknown;
|
||||
this.slot = slot;
|
||||
this.itemPackage = itemPackage;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue