index
:
celesteia
main
Unnamed repository; edit this file 'description' to name the repository.
hazel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
game
/
input
/
conditions
/
ICondition.cs
blob: 32bbc7486dcfcbdb1737f920f4bf8c05a797068d (
plain
)
1
2
3
4
5
namespace
Celesteia.Game.Input.Conditions
{
public
interface
ICondition
<
T
>
{
T
Poll
();
}
}