mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
factor out common HandleShow code for "show uptime"
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
public interface IConsole
|
||||
{
|
||||
object ConsoleScene { get; }
|
||||
object ConsoleScene { get; set; }
|
||||
|
||||
void Output(string text, string level);
|
||||
void Output(string text);
|
||||
|
||||
Reference in New Issue
Block a user