10 lines
105 B
C#
10 lines
105 B
C#
using UnityEngine;
|
|
|
|
namespace Darkmatter.Core
|
|
{
|
|
public interface ILeaderBoardData
|
|
{
|
|
|
|
}
|
|
}
|