8 lines
117 B
C#
8 lines
117 B
C#
using FlaxEngine;
|
|
|
|
namespace Game
|
|
{
|
|
public class CustomCharacterController : CharacterController
|
|
{
|
|
}
|
|
} |