first commit
This commit is contained in:
10
Minecraft.World/UseAnim.h
Normal file
10
Minecraft.World/UseAnim.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
enum UseAnim
|
||||
{
|
||||
UseAnim_none,
|
||||
UseAnim_eat,
|
||||
UseAnim_drink,
|
||||
UseAnim_block,
|
||||
UseAnim_bow
|
||||
};
|
||||
Reference in New Issue
Block a user