mirror of
https://github.com/Mukheem/TwinTurbine.git
synced 2025-02-01 06:54:18 +01:00
9 lines
127 B
C#
9 lines
127 B
C#
using UnityEngine;
|
|
|
|
namespace Proxima
|
|
{
|
|
public class PfxAsset : ScriptableObject
|
|
{
|
|
public byte[] Bytes;
|
|
}
|
|
} |