This repository has been archived on 2025-10-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

13 lines
163 B
C#

using System;
namespace RhythmBase.Adofai.Events
{
public enum ADCameraRelativeTo
{
Player,
Tile,
Global,
LastPosition,
LastPositionNoRotation
}
}