Skip to content

Instantly share code, notes, and snippets.

@hecres
Last active July 6, 2019 06:22
Show Gist options
  • Select an option

  • Save hecres/ec3d26d8c32d99c1d2ac7f5f9bc242dd to your computer and use it in GitHub Desktop.

Select an option

Save hecres/ec3d26d8c32d99c1d2ac7f5f9bc242dd to your computer and use it in GitHub Desktop.
20190706_1_1.cs
public class Hoge : FsmStateAction
{
[Inject] private IFuga fuga;
public override void OnEnter()
{
base.OnEnter();
fuga.Piyo();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment