Fix merge error
This commit is contained in:
parent
458f256c47
commit
87744740d4
@ -7,7 +7,6 @@ namespace Passer.Control.Unity {
|
||||
public class DistanceSensor : Thing {
|
||||
|
||||
public new Core.DistanceSensor core {
|
||||
get => (Core.DistanceSensor)base.core;
|
||||
get => (Core.DistanceSensor)base.core;
|
||||
set => base.core = value;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user