mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* Optimized usings
* Shortened type references * Removed redundant 'this' qualifier
This commit is contained in:
@@ -26,12 +26,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
using libsecondlife;
|
||||
using System;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Region.Environment.Interfaces
|
||||
{
|
||||
public interface ISimChat
|
||||
{
|
||||
void SimChat(System.Object sender, OpenSim.Framework.ChatFromViewerArgs e);
|
||||
void SimChat(Object sender, ChatFromViewerArgs e);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user