mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Formatting cleanup, minor refactoring. Fixed some comparisons of value types and null.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
{
|
||||
public delegate void ObjectPaid(LLUUID objectID, LLUUID agentID, int amount);
|
||||
public interface IMoneyModule : IRegionModule
|
||||
{
|
||||
{
|
||||
bool ObjectGiveMoney(LLUUID objectID, LLUUID fromID, LLUUID toID,
|
||||
int amount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user