Cradicle Explorer
3d-fighter
Info
Issues
Patches
Wallets
Source
Source
godot
nodes
util
FightInput.cs
InputMetadata.cs
Player.cs
3D Fighter.csproj
3D Fighter.sln
icon.svg
icon.svg.import
project.godot
.editorconfig
.gitattributes
.gitignore
LICENSE
README.md
/
godot
/
util
/ Player.cs
Player.cs
1
namespace Game.Util;
2
3
public enum Player
4
{
5
One = 0,
6
Two,
7
}