Lisa-Chatbot / data /BallPoolSpec.cs
fastx's picture
Duplicate from fastx/custom-chatbot
59368e0
raw
history blame
272 Bytes
using System;
using Photon.Deterministic;
namespace Quantum
{
unsafe partial class BallPoolSpec
{
public FP SpinMultiplier;
public FP EndOfMovementVelocityThreshold;
public Int32 EndOfMovementWaitingInTicks;
public Int32 Layer { get; set; }
}
}