Archived
forked from RDTKEditor/RDTKEditor
13 lines
163 B
C#
13 lines
163 B
C#
using System;
|
|
namespace RhythmBase.Adofai.Events
|
|
{
|
|
public enum ADCameraRelativeTo
|
|
{
|
|
Player,
|
|
Tile,
|
|
Global,
|
|
LastPosition,
|
|
LastPositionNoRotation
|
|
}
|
|
}
|