Files
SVSimServer/SVSim.BattleEngine/Shim/Generated/BattlePlayerView.g.cs

19 lines
517 B
C#

// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Battle.View\BattlePlayerView.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using Cute;
using UnityEngine;
using Wizard.Battle.UI;
using Wizard.Battle.View.Vfx;
using Wizard.Dialog.Setting;
namespace Wizard.Battle.View
{
public partial class BattlePlayerView
{
public BattlePlayerView(BattlePlayer battlePlayer) { }
public bool IsMoving() => default!;
}
}