final update
This commit is contained in:
13
Website/LOC.Core/Model/Server/PvpServer/Weapon.cs
Normal file
13
Website/LOC.Core/Model/Server/PvpServer/Weapon.cs
Normal file
@ -0,0 +1,13 @@
|
||||
namespace LOC.Core.Model.PvpServer
|
||||
{
|
||||
using Sales;
|
||||
|
||||
public class Weapon
|
||||
{
|
||||
public int WeaponId { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public GameSalesPackage SalesPackage { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user