projects
/
AmongUs
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Client
/
Assembly-CSharp
/
IActivatable.cs
blob: fd4ecbf205172d348099577e28825b099500c2b6 (
plain
)
1
2
3
4
5
6
using System; public interface IActivatable { bool IsActive { get; } }