chenxin
2020-11-11 7d2e78b8883efe288fa300f7852e803bc43a37a7
1
2
3
4
5
6
7
8
namespace ActionGameFramework.Projectiles
{
    public enum BallisticFireMode
    {
        UseLaunchSpeed,
        UseLaunchAngle
    }
}