1
This commit is contained in:
12
Src/BuyStation/BuyStationComponent.cs
Normal file
12
Src/BuyStation/BuyStationComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Net.Project.B.Inventory
|
||||
{
|
||||
public class BuyStationComponent
|
||||
{
|
||||
public virtual int GroupId { get; set; }
|
||||
public virtual int ScriptableId { get; set; }
|
||||
public virtual int Price { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user