mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-19 08:19:48 +08:00
14 lines
227 B
C#
14 lines
227 B
C#
namespace BetterGenshinImpact.GameTask.Model;
|
|
|
|
public enum IndependentTaskEnum
|
|
{
|
|
AutoGeniusInvokation,
|
|
AutoWood,
|
|
AutoFight,
|
|
AutoDomain,
|
|
AutoTrack,
|
|
AutoTrackPath,
|
|
AutoMusicGame,
|
|
AutoPathing,
|
|
}
|