Code cleanup.

This commit is contained in:
2022-12-24 19:12:16 +08:00
parent 94107de97d
commit e589e37640
3 changed files with 14 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ using System.Linq;
using UnityEngine;
namespace Cryville.Crtr {
class GroupHandler : ContainerHandler {
public class GroupHandler : ContainerHandler {
public ChartHandler ch;
SquareMatrix matFrame;