12 lines
175 B
C#
12 lines
175 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using FlaxEngine;
|
|
|
|
namespace Game
|
|
{
|
|
public class CustomCharacterController : CharacterController
|
|
{
|
|
|
|
}
|
|
}
|