Small stuff.

This commit is contained in:
Ottermandias 2021-08-28 23:43:37 +02:00
parent 4dfc2cf665
commit d8e4c5b802
2 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,10 @@
namespace Penumbra.GameData.Enums
{
public enum MouseButton
{
None,
Left,
Right,
Middle,
}
}