mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 00:58:31 +00:00
10 lines
143 B
C#
10 lines
143 B
C#
namespace CUE.NET.Devices.Generic.Enums
|
|
{
|
|
public enum UpdateMode
|
|
{
|
|
Manual,
|
|
AutoOnEffect,
|
|
Continuous
|
|
}
|
|
}
|