mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-17 21:30:13 +00:00
8 lines
115 B
C#
8 lines
115 B
C#
|
|
namespace YooAsset
|
|
{
|
|
public class EditorSimulateBuildParam
|
|
{
|
|
public string PackageName;
|
|
}
|
|
} |