14 lines
219 B
C#
14 lines
219 B
C#
using HexFiled;
|
|
using UnityEngine;
|
|
|
|
namespace DefaultNamespace
|
|
{
|
|
public class VFXController
|
|
{
|
|
void HexCaptured(HexCell cell)
|
|
{
|
|
ParticleSystem system;
|
|
|
|
}
|
|
}
|
|
} |