12 lines
250 B
C#
12 lines
250 B
C#
![]() |
using Godot;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
public class ResourceHelper
|
||
|
{
|
||
|
public static void Overwrite<T>( List<string> overwriteProperties, T sourceResource, T targetResource ) where T:Resource
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|