mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Formatting cleanup.
This commit is contained in:
@@ -5,14 +5,14 @@ namespace OpenSim.Framework
|
||||
#region Args Classes
|
||||
public class ICA2_ConnectionArgs : EventArgs
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class ICA2_DisconnectionArgs : EventArgs
|
||||
{
|
||||
public bool Forced;
|
||||
|
||||
// Static Constructor
|
||||
// Static Constructor
|
||||
// Allows us to recycle these classes later more easily from a pool.
|
||||
public static ICA2_DisconnectionArgs Create(bool forced)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user