Files
GoakeFlax/Source/Game/CustomCharacterController.cs
2021-06-28 16:22:20 +03:00

10 lines
156 B
C#

using System;
using System.Collections.Generic;
using FlaxEngine;
namespace Game
{
public class CustomCharacterController : CharacterController
{
}
}