Spaces:
Runtime error
Runtime error
File size: 272 Bytes
00437a9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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; }
}
}
|