Archived
forked from RDTKEditor/RDTKEditor
16 lines
199 B
C#
16 lines
199 B
C#
using System;
|
|
namespace RhythmBase.Adofai.Events
|
|
{
|
|
public enum ADDecorationRelativeTo
|
|
{
|
|
Tile,
|
|
Global,
|
|
RedPlanet,
|
|
BluePlanet,
|
|
GreenPlanet,
|
|
Camera,
|
|
CameraAspect,
|
|
LastPosition
|
|
}
|
|
}
|