mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-16 01:37:55 +00:00
17 lines
297 B
C#
17 lines
297 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using Bfres.Structs;
|
|
|
|
namespace FirstPlugin
|
|
{
|
|
public class AglShaderOdyssey
|
|
{
|
|
public void LoadRenderInfo(BfresRenderInfo renderInfo)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|