mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 03:53:29 +01:00
added editorconfig
This commit is contained in:
parent
29bc52b5b7
commit
d68c089bdc
3 changed files with 3 additions and 3 deletions
|
@ -35,4 +35,4 @@ public class CustomTable : Furniture {
|
|||
return base.Validate() && this.TestValue <= 1;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -120,4 +120,4 @@ public class ExampleMod : Mod {
|
|||
yield return "CustomFurniture";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,4 +53,4 @@ public class SitDownOnGrassAction : MultiAction {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue