initial commit from an older template
This commit is contained in:
6
Utils/Enums/ClickActionType.cs
Executable file
6
Utils/Enums/ClickActionType.cs
Executable file
@@ -0,0 +1,6 @@
|
||||
namespace GamificationService.Utils;
|
||||
|
||||
public enum ClickActionType
|
||||
{
|
||||
NONE
|
||||
}
|
||||
Reference in New Issue
Block a user