LIBOMV-576 Removing OpenMetaverseCore library, items combined back into OpenMetaverse.dll due to the insane amount of circular dependencies throughout the library. Reference to "OpenMetaverseCore.dll" is no longer required.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3129 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -28,6 +28,22 @@ using System;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenMetaverse
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public enum PacketFrequency : byte
|
||||
{
|
||||
/// <summary></summary>
|
||||
Low,
|
||||
/// <summary></summary>
|
||||
Medium,
|
||||
/// <summary></summary>
|
||||
High
|
||||
}
|
||||
}
|
||||
|
||||
namespace OpenMetaverse.Packets
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user