how to define a variable in c# code example
Example 1: C# varible
public varible nameofvarible;//In Unity to esablish varible new slot should appear in the script componit and drag what element you want
Example 2: how to declare variables in c#
public int yourNumber = 5;