16 lines
360 B
C#
16 lines
360 B
C#
|
|
using System.Diagnostics;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System;
|
|
using Godot;
|
|
|
|
|
|
namespace Rokojori
|
|
{
|
|
public class Paths
|
|
{
|
|
public static readonly string AddonLibraryPath = "res://addons/rokojori_action_library/";
|
|
public static readonly string RuntimePath = "res://addons/rokojori_action_library/Runtime/";
|
|
}
|
|
} |