8 lines
162 B
C#
8 lines
162 B
C#
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
public static class Ludo_3D_Constants
|
||
|
|
{
|
||
|
|
public const int Max_Dice_Rolls = 6;
|
||
|
|
}
|