15 lines
303 B
C#
15 lines
303 B
C#
using FishNet.Component.Prediction;
|
|
using MonoFN.Cecil;
|
|
using System;
|
|
using System.Reflection;
|
|
|
|
namespace FishNet.CodeGenerating.Helping
|
|
{
|
|
internal class PredictedObjectHelper : CodegenBase
|
|
{
|
|
public override bool ImportReferences()
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
} |