Is there a dummy Photon Player?

Options
Hello,

I've written up a multiplayer game, however there is also an AI mode.

Important parts of my code make use of the CustomProperties object on the PhotonPlayer. It would be very handy if I could treat the AI as a PhotonPlayer so I didn't have to re-write a lot of code.

Is there anyway I can have make dummy PhotonPlayer for my AI to function under? This would help me significantly...

Thanks in advance for any responses!

Comments