code cleanup

This commit is contained in:
Ell 2021-12-25 18:05:47 +01:00
parent 1943ccd7a3
commit 6aca205bfd
4 changed files with 8 additions and 9 deletions

View file

@ -13,8 +13,7 @@ namespace ExampleMod;
// see CustomTable for information on how to store custom action-specific information to disk as well
public class SitDownOnGrassAction : MultiAction {
public SitDownOnGrassAction(ActionType type, ActionInfo info) : base(type, info) {
}
public SitDownOnGrassAction(ActionType type, ActionInfo info) : base(type, info) {}
protected override IEnumerable<Action> CreateFirstActions() {
// we want to walk to the location clicked, so we use the current action info