mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
fix typo
This commit is contained in:
@@ -106,6 +106,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void partPhysicsProperties(uint localID, byte physhapetype, float density, float friction, float bounce, float gravmod, UUID avatarID);
|
||||
void WindlightRefreshEvent(int interpolate, UUID avatarID);
|
||||
StringBuilder StartEvent(string eventName);
|
||||
StringBuilder StartEvent(string eventName, int cap);
|
||||
string EndEvent(StringBuilder sb);
|
||||
byte[] EndEventToBytes(StringBuilder sb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user