init project
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEditor.Performance.ProfileAnalyzer
|
||||
{
|
||||
[Serializable]
|
||||
internal class MarkerPairing
|
||||
{
|
||||
public string name;
|
||||
public int leftIndex;
|
||||
public int rightIndex;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user