Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
15
Scripts/VendorInfo/SBInfo.cs
Normal file
15
Scripts/VendorInfo/SBInfo.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Server.Mobiles
|
||||
{
|
||||
public abstract class SBInfo
|
||||
{
|
||||
public SBInfo()
|
||||
{
|
||||
}
|
||||
|
||||
public abstract IShopSellInfo SellInfo { get; }
|
||||
public abstract List<GenericBuyInfo> BuyInfo { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user