#W# Initial Commit: Avatars Conquest
This commit is contained in:
commit
5df497787a
7510 changed files with 416048 additions and 0 deletions
16
Scripts/Mobiles/Towns/Sales/SBInfo.cs
Normal file
16
Scripts/Mobiles/Towns/Sales/SBInfo.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Mobiles
|
||||
{
|
||||
public abstract class SBInfo
|
||||
{
|
||||
public SBInfo()
|
||||
{
|
||||
}
|
||||
|
||||
public abstract IShopSellInfo SellInfo { get; }
|
||||
public abstract List<GenericBuyInfo> BuyInfo { get; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue