mirror of
https://github.com/opensim/opensim.git
synced 2026-06-04 01:26:06 +08:00
18 lines
339 B
C#
18 lines
339 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using OpenSim.types;
|
|
using libsecondlife;
|
|
using libsecondlife.Packets;
|
|
using OpenSim.Framework.Interfaces;
|
|
using OpenSim.Physics.Manager;
|
|
using OpenSim.Framework.Types;
|
|
|
|
namespace OpenSim.world
|
|
{
|
|
public class Primitive : Entity
|
|
{
|
|
|
|
}
|
|
}
|