Plumb some more

This commit is contained in:
Melanie Thielker
2008-10-24 23:04:55 +00:00
parent c519b80680
commit 64f9f03e9a
9 changed files with 186 additions and 24 deletions

View File

@@ -40,6 +40,8 @@ namespace OpenSim.Region.Interfaces
int GetBalance(IClientAPI client);
void ApplyUploadCharge(UUID agentID);
bool UploadCovered(IClientAPI client);
void ApplyGroupCreationCharge(UUID agentID);
bool GroupCreationCovered(IClientAPI client);
event ObjectPaid OnObjectPaid;
}