浏览代码

Update EmptySliceBehavior.cs

Putting this back the way I found it (commented it out because I can't get standalone builds to run with it enabled, local issue)
/fix-mtt-493
eheimburg 3 年前
当前提交
59528a23
共有 1 个文件被更改,包括 8 次插入10 次删除
  1. 18
      Assets/BossRoom/Scripts/Shared/SliceBehaviors/EmptySliceBehavior.cs

18
Assets/BossRoom/Scripts/Shared/SliceBehaviors/EmptySliceBehavior.cs


/*
public class EmptySliceBehavior : SliceBehavior
{
public override void OnAllSlicesStarted()
public class EmptySliceBehavior : SliceBehavior
}
public override void OnAllSlicesStarted()
{
}
public override void OnSliceMessageReceived(int senderId, string message)
{
public override void OnSliceMessageReceived(int senderId, string message)
{
}
}
*/
正在加载...
取消
保存