mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-16 00:14:37 +01:00
14 lines
213 B
C#
14 lines
213 B
C#
using MoleMole.Config;
|
|
|
|
namespace MoleMole
|
|
{
|
|
public class Mono_RO_030 : BaseMonoRobot
|
|
{
|
|
public override void SetDied(KillEffect killEffect)
|
|
{
|
|
SetLocomotionRandom(2);
|
|
base.SetDied(killEffect);
|
|
}
|
|
}
|
|
}
|