Elin Decompiled Documentation EA 23.104 Nightly
Loading...
Searching...
No Matches
PropsRoaming.cs
Go to the documentation of this file.
1public class PropsRoaming : Props
2{
3 public override PlaceState state => PlaceState.roaming;
4
5 public override bool IsRoaming => true;
6}
PlaceState
Definition: PlaceState.cs:2
override PlaceState state
Definition: PropsRoaming.cs:3
override bool IsRoaming
Definition: PropsRoaming.cs:5
Definition: Props.cs:7