13 lines
204 B
C#
13 lines
204 B
C#
![]() |
using Godot;
|
||
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using Godot.Collections;
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
[GlobalClass,Tool]
|
||
|
public partial class Player:Node3D
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|