fix build issue from unnecessary inheritance
This commit is contained in:
parent
3a1c0c7d91
commit
87cc43ff7f
|
@ -2,7 +2,7 @@ using Godot;
|
||||||
|
|
||||||
namespace godotVmcSharp
|
namespace godotVmcSharp
|
||||||
{
|
{
|
||||||
class CameraReceiver : Node3D
|
class CameraReceiver
|
||||||
{
|
{
|
||||||
readonly Camera3D camera;
|
readonly Camera3D camera;
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ using Godot;
|
||||||
|
|
||||||
namespace godotVmcSharp
|
namespace godotVmcSharp
|
||||||
{
|
{
|
||||||
class DeviceReceiver: Node3D
|
class DeviceReceiver
|
||||||
{
|
{
|
||||||
readonly Dictionary<string, Node3D> devices;
|
readonly Dictionary<string, Node3D> devices;
|
||||||
public DeviceReceiver()
|
public DeviceReceiver()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user