blob: eb0d4c9c24cd87eb60522ef196ea79bce85dccc0 (
plain)
1
2
3
4
5
6
7
|
//It deletes the space after {
class Foo
{
extern internal bool canAccess { [NativeMethod(Name = "CanAccessFromScript")] get; }
extern public int subMeshCount { get; [NativeMethod(Name = "CanAccessFromScript")] set; }
}
|