2025-07-20 11:22:53 +00:00
|
|
|
using Godot;
|
|
|
|
using System.Collections;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using Godot.Collections;
|
|
|
|
|
|
|
|
namespace Rokojori
|
|
|
|
{
|
|
|
|
[GlobalClass,Tool]
|
|
|
|
public partial class Player:Node3D
|
|
|
|
{
|
2025-07-22 14:08:35 +00:00
|
|
|
[Export]
|
|
|
|
public Node3D transformSource;
|
2025-07-20 11:22:53 +00:00
|
|
|
}
|
|
|
|
}
|