12345678910111213141516171819 |
- namespace textUtility
- {
- using System.Collections;
- using System.Collections.Generic;
-
- using UnityEngine;
-
- public class TransferSpaceMatch : BaseMatch
- {
- //public TransferSpaceMatch(MatchData matchData) : base(matchData)
- //{
- //}
- }
- }
|