mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Add needed dummy to sample money
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user