custom-chatbot / data /BallPoolSpec.cs
fastx's picture
Upload 64 files
00437a9
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; }
}
}