add fixme comment to soon-to-be-overengineered SceenBootstrapper Class

This commit is contained in:
alexiscatnip
2022-01-26 22:02:55 +08:00
parent fcc9c64168
commit b20c3bc275
@@ -3,6 +3,9 @@ using UnityEngine;
namespace Raindrop.Unity
{
// fixme:
// this is kind of like a builder to generate a simple scene with bootstrapper.
// I don't think we should use something so complicated
public class SceneBootstrapperGenerator
{
public static GameObject mtd;