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