mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Merge branch 'master' into ubitworkmaster
This commit is contained in:
@@ -27,14 +27,17 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
public const sbyte CustomTypeBase = 0x60;
|
namespace OpenSim.Framework
|
||||||
|
|
||||||
public enum CustomAssetType : sbyte
|
|
||||||
{
|
{
|
||||||
AnimationSet = 0x60,
|
public enum CustomAssetType : sbyte
|
||||||
}
|
{
|
||||||
|
CustomTypeBase = 0x60,
|
||||||
|
AnimationSet = 0x60,
|
||||||
|
}
|
||||||
|
|
||||||
public enum CustomInventoryType : sbyte
|
public enum CustomInventoryType : sbyte
|
||||||
{
|
{
|
||||||
AnimationSet = 0x60,
|
CustomTypeBase = 0x60,
|
||||||
|
AnimationSet = 0x60,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user