mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Removed unused var in ItemRefParam. Fixed up the tracked vars in PassiveGL
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user