GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Wiki
Nuno_Teixeira
/
TheVengeance-Project-IADE-Unity2D
Transfer to URL with SHA
Find file
Newer
Older
tree:
28dde0db9d
Branches
Tags
×
master
TheVengeance-Project-IADE-Unity2D
/
Assets
/
Ink
/
InkLibs
/
InkCompiler
/
ParsedHierarchy
/ INamedContent.cs
Rackday
on 29 Oct
106 bytes
Major Update
Raw
Blame
History
namespace Ink.Parsed { public interface INamedContent { string name { get; } } }