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
/
IBuyable.cs
blob: b19fbb472ef99ec2d08975defcfadfe1945f389b (
plain
)
1
2
3
4
5
6
using System; public interface IBuyable { string ProdId { get; } }