Cyrus Mod Loader
Loading...
Searching...
No Matches
SG_GameAction__SG_Target.h
1#pragma once
2enum SG_GameAction__SG_Target {
3 Target_Ball = 0,
4 Target_Self = 1,
5 Target_Connections = 2,
6 __DEFAULT = Target_Ball,
7};