TransferSpaceMatch.cs 257 B

12345678910111213141516171819
  1. namespace textUtility
  2. {
  3. using System.Collections;
  4. using System.Collections.Generic;
  5. using UnityEngine;
  6. public class TransferSpaceMatch : BaseMatch
  7. {
  8. //public TransferSpaceMatch(MatchData matchData) : base(matchData)
  9. //{
  10. //}
  11. }
  12. }