Add needed dummy to sample money

This commit is contained in:
Melanie
2011-02-17 18:49:03 +01:00
parent 3f93db8371
commit c79f79fc84
2 changed files with 5 additions and 0 deletions

View File

@@ -838,6 +838,10 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule
if (module != null)
module.BuyObject(remoteClient, categoryID, localID, saleType, salePrice);
}
public void MoveMoney(UUID fromAgentID, UUID toAgentID, int amount, string text)
{
}
}
public enum TransactionType : int