reorganize

This commit is contained in:
2022-05-02 20:34:42 +03:00
parent 654e641464
commit 3f1230fdf9
34 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using FlaxEngine;
namespace Game
{
public class CustomCharacterController : CharacterController
{
}
}