mirror of
https://github.com/zoriya/Mimireisu.git
synced 2025-12-06 06:36:09 +00:00
13 lines
164 B
C#
13 lines
164 B
C#
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class WordGenerator : MonoBehaviour
|
|
{
|
|
public List<Blocks> blocks;
|
|
|
|
void Start ()
|
|
{
|
|
|
|
}
|
|
}
|