MRJ works; moved ProvidesRadar.IsActive update to Tick to avoid desync if any other actor code relies on it.
This commit is contained in:
14
OpenRa.Game/Traits/JamsRadar.cs
Normal file
14
OpenRa.Game/Traits/JamsRadar.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenRa.Traits
|
||||
{
|
||||
class JamsRadarInfo : StatelessTraitInfo<JamsRadar>
|
||||
{
|
||||
public readonly int Range = 0;
|
||||
}
|
||||
|
||||
class JamsRadar {}
|
||||
}
|
||||
Reference in New Issue
Block a user