mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Update svn properties.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Interfaces
|
||||
{
|
||||
public interface IExtension
|
||||
{
|
||||
T Get<T>();
|
||||
bool TryGet<T>(out T extension);
|
||||
bool Has<T>();
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Interfaces
|
||||
{
|
||||
public interface IExtension
|
||||
{
|
||||
T Get<T>();
|
||||
bool TryGet<T>(out T extension);
|
||||
bool Has<T>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user