mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 01:22:15 +00:00
14 lines
224 B
C#
14 lines
224 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim.Scripting.EmbeddedJVM
|
|
{
|
|
partial class Thread
|
|
{
|
|
private partial class Interpreter
|
|
{
|
|
}
|
|
}
|
|
}
|