Files
GoakeFlax/Source/Game/CustomCharacterController.cs
GoaLitiuM e2d7fbd40a hmm
2021-03-13 13:43:04 +02:00

12 lines
175 B
C#

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