cull(engine-cleanup): pass-9 cascade round 3 after DialogBase stub
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Wizard;
|
||||
|
||||
public static class BrowserURL
|
||||
{
|
||||
public static void Open(string url)
|
||||
{
|
||||
Application.OpenURL(url);
|
||||
}
|
||||
}
|
||||
@@ -11,9 +11,6 @@ public class FavoriteTask : BaseTask
|
||||
|
||||
public class FavoriteTaskParam : BaseParam
|
||||
{
|
||||
public string[] favorite_add;
|
||||
|
||||
public string[] favorite_remove;
|
||||
}
|
||||
|
||||
public FavoriteTask(Kind kind)
|
||||
|
||||
Reference in New Issue
Block a user