Skip to content

Commit 7d560c2

Browse files
authored
Create 81c-C# Interface Script-NewInterfaceScript.cs.txt
1 parent 0c484bc commit 7d560c2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using System.Collections;
2+
using System.Collections.Generic;
3+
using UnityEngine;
4+
5+
public interface #SCRIPTNAME# {
6+
7+
void Sample ();
8+
9+
}

0 commit comments

Comments
 (0)