final update
This commit is contained in:
15
Website/LOC.Core/Model/Server/PvpServer/FishCatch.cs
Normal file
15
Website/LOC.Core/Model/Server/PvpServer/FishCatch.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace LOC.Core.Model.Server.PvpServer
|
||||
{
|
||||
public class FishCatch
|
||||
{
|
||||
public int FishCatchId { get; set; }
|
||||
|
||||
public string Owner { get; set; }
|
||||
|
||||
public decimal Size { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public virtual Account.Account Catcher { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user