7 lines
117 B
C#
7 lines
117 B
C#
using UnityEngine;
|
|
|
|
public class PunPlayerScores : MonoBehaviour
|
|
{
|
|
public const string PlayerScoreProp = "score";
|
|
}
|