reorganize
This commit is contained in:
10
Source/Game/Player/CustomCharacterController.cs
Normal file
10
Source/Game/Player/CustomCharacterController.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using FlaxEngine;
|
||||
|
||||
namespace Game
|
||||
{
|
||||
public class CustomCharacterController : CharacterController
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user