Spaces:
Runtime error
Runtime error
File size: 209 Bytes
ac55997 |
1 2 3 4 5 6 7 8 9 10 11 12 |
using System;
using Photon.Deterministic;
namespace Quantum
{
public partial class TurnConfig
{
public Boolean UsesTimer;
public Int32 TurnDurationInTicks;
public Boolean IsSkippable;
}
} |