修改灵灯系统报错
This commit is contained in:
@@ -4,7 +4,9 @@ using System.Collections;
|
||||
namespace IndianOceanAssets.Engine2_5D
|
||||
{
|
||||
// Ensures the GameObject has these essential components
|
||||
[RequireComponent(typeof(HealthSystem), typeof(SwordAttack), typeof(ProjectileShooter), typeof(SpiritLanternSystem))]
|
||||
[RequireComponent(typeof(HealthSystem), typeof(SwordAttack))]
|
||||
[RequireComponent(typeof(ProjectileShooter))]
|
||||
[RequireComponent(typeof(SpiritLanternSystem))]
|
||||
public class PlayerController : MonoBehaviour
|
||||
{
|
||||
[Header("Movement")]
|
||||
|
||||
Reference in New Issue
Block a user