11 lines
197 B
C#
11 lines
197 B
C#
|
|
using System.Collections;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System;
|
|||
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
[Serializable]
|
|||
|
|
public class Gamification_GameInfo
|
|||
|
|
{
|
|||
|
|
public string gameTitle, gameDescription;
|
|||
|
|
}
|