s&
infoAbout
infoAbout s&box newspaperLatest News published_with_changesChanges mapRoadmap monitoringMetrics
gamesGames
sports_esportsBrowse Games exploreDiscover Games
categoryWorkshop
sports_esportsGames landscapeMaps view_in_arModels textureMaterials apparelClothing constructionMore..
forumForum menu_bookLearn
docsDocumentation apiApi Reference schoolTutorials manage_searchCode Search
inputLog in with Steam chevron_leftChange Language
简体中文EnglishРусскийEspañolPortuguês-BrasilDeutsch日本語FrançaisPolskiTürkçe한국어PirateItalianoไทย繁體中文УкраїнськаČeštinaNederlandsMagyarDanskSuomiSvenskaNorskΕλληνικάRomânăБългарскиTiếng ViệtBahasa IndonesiaEspañol-Latinoaméricaالعربية
k.StateMachine
Released
by k0fe library
updated 1 Year Ago
4.6KB
thumb_up_alt0 thumb_down_alt0 favorite0 library_books0
homeDetailsreviewsReviewcodeSource
folder.obj
description__compiler_extra.cs
folderCode
folderk
folderInterfaces
descriptionIGoalState.cs
descriptionIState.cs
descriptionIStateMachine.cs
descriptionGoalStateMachine.cs
descriptionStateMachine.cs
folderk
folderInterfaces
descriptionIGoalState.cs
descriptionIState.cs
descriptionIStateMachine.cs
descriptionGoalStateMachine.cs
descriptionStateMachine.cs
k/Interfaces/IState.cs
namespace Sandbox.k.Interfaces
{
    public interface IState
    {
        bool Enter();
        bool Execute();
        bool Exit();
    }
}
  • News
  • Docs
  • Metrics
  • FAQ
  • Forum
  • Discord
  • Twitter