8 lines
146 B
C#
8 lines
146 B
C#
using Godot;
|
|
using System;
|
|
|
|
public partial class LandingPad : CsgBox3D
|
|
{
|
|
[Export(PropertyHint.File, "*.tscn")]
|
|
public string nextLevel;
|
|
}
|