Example #1
0
    public static MyScriptableObject DoSomething()
    {
        var foo = new MyScriptable {
            caret
        } Object();

        return(foo);
    }
Example #2
0
 public static void DoSomething()
 {
     var foo = new MyScriptable {
         caret
     } Object();
 }