public void AddStock<TObj>(int price, string name = null, int amount = 100, object[] args = null)
{
AddStock(typeof(TObj), price, name, amount, args);
}
public virtual void AddStock(Type type, int price, string name = null, int amount = 100, object[] args = null)
{
AdvancedStock.AddStock(type, price, name, amount, args);
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.