备份CatanBuilding瘦身独立工程
This commit is contained in:
10
Assets/Scripts/SandDig/Interface/BroadEffectInterface.cs
Normal file
10
Assets/Scripts/SandDig/Interface/BroadEffectInterface.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using cfg;
|
||||
|
||||
namespace Script.RuntimeScript.Interface
|
||||
{
|
||||
public interface BroadEffectInterface
|
||||
{
|
||||
public int PlayEffectPriority { set; get; }
|
||||
public void PlayEffect(bool overCheck);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 01b1559d3c6e4a2c90999768a6af783f
|
||||
timeCreated: 1724065139
|
||||
10
Assets/Scripts/SandDig/Interface/IExplosion.cs
Normal file
10
Assets/Scripts/SandDig/Interface/IExplosion.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Script.RuntimeScript.GameLogic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Script.RuntimeScript.ExplosionEffect
|
||||
{
|
||||
public interface IExplosion
|
||||
{
|
||||
public void Play(SpecialEventItem item);
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/SandDig/Interface/IExplosion.cs.meta
Normal file
3
Assets/Scripts/SandDig/Interface/IExplosion.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 68ae1c0dfc194e15b034c53d3a88a3fd
|
||||
timeCreated: 1724319686
|
||||
Reference in New Issue
Block a user